:root{
  --blue-color: #226AA5;
  --deep-blue-color: #1C5788;
  --light-blue-color: #21B3F7;
  --red-color: #EF1C22;
  --white-color: #fff;
  --gray-color: #393939;
  --mid-gray-color: #C5C5C5;
  --light-gray-color: #E3E3E3;
  --orange-color: #FF5757;
  --green-color: #3DBE5B;
}
a{
  color: var(--gray-color);
  text-decoration: none;
}
a:hover{
  color: var(--red-color);
}
.fs-12{
  font-size: 0.75rem;
}
.fs-18{
  font-size: 1.125rem;
}
.lh-nmd{
  line-height: 1.925 !important;
}
.lh-md {
  line-height: 1.85 !important;
}
.light-gray-bg{
  background-color: var(--light-gray-color);
}
.blue-bg{
  background-color: var(--blue-color);
}
.hide{display: none;}
span.pipe{
  font-size: 0.625rem;
  padding: 0 0.5rem;
}
.catname{
  border-bottom: 0.0625rem solid var(--light-gray-color);
  padding-bottom: 0.625rem;
}
.catnameinfo{
  width: auto;
  position: relative;
}
.catnameinfo::after {
  content: '';
  height: 0.3125rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: 2;
  background-color: var(--red-color);
}
.scimg{
  border-radius: 0.375rem;
}
.scimg img{
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: 0.375rem;
}
.scimg:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bigpiclist,
.newpiclist{
  position: relative;
}
.bigpiclist a,
.newpiclist a{
  color: var(--white-color);
  width: 100%;
  display: block;
  overflow: hidden;
}
.bigpiclist span,
.newpiclist span{
  line-height: 2.5rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 500; 
  text-align:center;
  padding: 0 0.625rem;
  border-radius: 0 0 0.375rem 0.375rem;
}
.photolistpic{
  height: 11.25rem;
  border-radius: 0.375rem;
}
.photolistpic,
.photolistpic a,
.photolist p,
.photolist p a{
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: block;
}
@media screen and (min-width:1400px){
  .newpiclist{
    height: 14.6875rem;
    overflow: hidden;
  }
  .photolistpic{
    height: 11.25rem;
  }
}
@media screen and (min-width:1200px) and (max-width:1400px){
  .newpiclist{
    height: 12.375rem;
    overflow: hidden;
  }
  .photolistpic{
    height: 9.6875rem;
  }
}
@media screen and (min-width:768px) and (max-width:992px){
  .photolistpic{
    height: 8.125rem;
  }
}
@media screen and (min-width:576px) and (max-width:768px){
  .photolistpic{
    height: 8.75rem;
  }
}
@media screen and (max-width:576px) {
  .footerbox{font-size: 12px;}
  .photolistpic{
    height: 6.875rem;
  }
}
.footericon div{
  width: auto;
  display: inline-block;
  height: 80px;
}
.backtop{
  position: absolute;
  display: none;
  right: 0.9375rem;
  bottom: 0.9375rem;
  position: fixed;
  text-align: center;
  z-index: 10;
}
.backtop a{
  background: var(--light-gray-color);
}
.backtop a:hover{
  background: var(--red-color);
  color:var(--white-color);
}
.linkactive{
  background: var(--red-color);
  color: #fff;
  border-radius: 30%;
  padding: 0.3125rem;
}
.share-icon{
  border: 1px solid;
  padding: 5px;
  border-radius: 100%;
}
.wechat-share-icon a{
  color: var(--green-color);
}
.wechat-share-icon{
  border-color: var(--green-color);
}
.wechat-share-icon:hover{
  background-color: var(--green-color);
}
.weibo-share-icon a{
  color: var(--orange-color);
}
.weibo-share-icon{
  border-color: var(--orange-color);  
}
.weibo-share-icon:hover{
  background-color: var(--orange-color);
}
.qq-share-icon a{
  color: var(--light-blue-color);
}
.qq-share-icon{
  border-color: var(--light-blue-color);  
}
.qq-share-icon:hover{
  background-color: var(--light-blue-color);
}
.qq-share-icon:hover a,
.wechat-share-icon:hover a,
.weibo-share-icon:hover a{
  color: var(--white-color);
}
